Conversation
Bumps coverlet.collector from 10.0.0 to 10.0.1 Bumps dotnet-ef from 10.0.7 to 10.0.8 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.7 to 10.0.8 Bumps Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 10.0.7 to 10.0.8 Bumps Microsoft.EntityFrameworkCore from 10.0.7 to 10.0.8 Bumps Microsoft.EntityFrameworkCore.Design from 10.0.7 to 10.0.8 Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.7 to 10.0.8 Bumps Microsoft.EntityFrameworkCore.Proxies from 10.0.7 to 10.0.8 Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.7 to 10.0.8 Bumps Microsoft.EntityFrameworkCore.SqlServer from 10.0.7 to 10.0.8 Bumps Microsoft.EntityFrameworkCore.Tools from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Configuration.Abstractions from 10.0.7 to 10.0.8 Bumps Microsoft.Playwright.NUnit from 1.59.0 to 1.60.0 Bumps NUnit from 4.6.0 to 4.6.1 Bumps Radzen.Blazor from 10.4.1 to 10.4.4 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: dotnet-ef dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.EntityFrameworkCore.Proxies dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.Playwright.NUnit dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: NUnit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Radzen.Blazor dependency-version: 10.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
These adjustments are mostly to define permissions, and to switch check-ruleset to common reusable workflow.
…ross database schema (towards #1340) - Added migration to alter timestamp columns in various tables to 'timestamp without time zone' to ensure proper handling of date and time values. - Updated model snapshot to reflect changes in column types for consistency.
…42-make-documentation-changes-from-cop-meeting-on-26th-may-2026-2026-05-28-10-59-37 Add License and Copyright Headers
Fixed typos Co-authored-by: Phil Bradbury <PhilBradbury@users.noreply.github.com>
…ig/all-updates-47a7d35778 Bump the all-updates group with 15 updates
…ecks and `SpecifyKind` for API key expiration (towards #1340)
…reSQL npgsql compatibility
…40-timezone-pgsql-fix-2026-05-30-01-40-42 Add License and Copyright Headers
…vent `NpgsqlOperationInProgressException` on PostgreSQL. Iterating directly over DbSet inside a loop that issues further queries on the same context fails on PostgreSQL (no MARS support). Fixed by calling ToList() before the affected foreach loops in SeedOwnedSkillsForPeople, SeedCompetencyAssessments, and SeedTimesheets.
…verriding of LINQ-based filtering consistently
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ges-broken 1366 filtering on some pages broken
…project-meta-data-on-program-start
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…t-1388 Optimize startup project metadata refresh without changing global `GetAll` loading behavior
…red for meta data update
…ject-meta-data-on-program-start 1375 compute or cache project meta data on program start
Bumped version for next release
…ig/all-updates-348c62996b Bump DocX and 19 others
…ts-with-profiling
…with-profiling Added some more test fixtures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements across the repository, focusing on codebase maintainability, workflow enhancements, and governance documentation. Key changes include the introduction of a security analysis workflow, improved GitHub Actions workflows with enhanced permissions and version pinning, significant refactoring of data entity inheritance, and updates to project governance and contribution documentation.
GitHub Actions and CI/CD improvements:
.github/workflows/run-zizmor.ymlworkflow to perform GitHub Actions security analysis using Zizmor.docker-images-build-health-check.yml,dotnet.yml,naming-conventions.yml). [1] [2] [3].github/dependabot.yml.Data model and codebase refactoring:
BaseBookableItemfor timesheet codes and tasks, and updatedInnateCodeandInnateCodeTaskto inherit from it. This centralizes shared logic and improves maintainability. [1] [2] [3]PersonandProjectentities to support easier filtering in the UI (e.g.,SkillTags,CurrentGrade,FundsReceived). [1] [2]PPMToolContextto ensure allDateTimecolumns are mapped totimestamp without time zonefor compatibility with Npgsql v6+.Governance, documentation, and licensing:
CONTRIBUTING.mdto clarify project governance, contribution expectations, and the role of the dRTP Operational Management Community of Practice. [1] [2]CODEOWNERSfile and copyright/license headers to new and modified files.General maintenance:
dotnet-eftool version in.config/dotnet-tools.jsonand improved workflow triggers and permissions in multiple workflow files. [1] [2] [3] [4]These changes collectively improve the security, maintainability, and clarity of the repository, while laying groundwork for better community contribution and operational governance.